projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83982a2
)
testsuite/performance: Add common_cflags to build
author
Timm Bäder
<mail@baedert.org>
Fri, 6 Mar 2020 17:12:47 +0000
(18:12 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 6 Mar 2020 17:22:01 +0000
(18:22 +0100)
testsuite/performance/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/performance/meson.build
b/testsuite/performance/meson.build
index c449cbd547a0a74a2654034199d841cc4af8077a..e28207686c58d8042c51933f474508c2cbdf24a5 100644
(file)
--- a/
testsuite/performance/meson.build
+++ b/
testsuite/performance/meson.build
@@
-1,4
+1,5
@@
if get_option ('profiler')
test_performance = executable('test-performance', 'test-performance.c',
+ c_args: common_cflags,
dependencies: [profiler_dep, platform_gio_dep, libm])
endif